summary refs log tree commit diff
path: root/main.sh
blob: 61853c649c180ba162a46cfb20b232ad518c45ea (plain) (blame)
1
2
3
4
5
6
#! /usr/bin/env sh

./build_patterns.sh
gcc -O0 -ggdb -std=c23 -pie -fPIE main.c || exit 1
#sudo valgrind --leak-check=full -s ./a.out
rsync -raPz *.c *.txt a.out rory.gay: