Sad the course is almost over
This commit is contained in:
parent
bd75c7ab34
commit
5c64f6dcbc
2 changed files with 4 additions and 0 deletions
1
Reversal/run.dat
Normal file
1
Reversal/run.dat
Normal file
|
@ -0,0 +1 @@
|
||||||
|
U28gbG9uZywgYW5kIHRoYW5rcyBmb3IgYWxsIHRoZSBmaXNoIQpodHRwczovL3lvdXR1LmJlL3JUZ2E0MXIzYTRz
|
|
@ -6,6 +6,7 @@ SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
|
||||||
|
|
||||||
cc="gcc-13"
|
cc="gcc-13"
|
||||||
|
|
||||||
|
|
||||||
if [ "$#" -ne 4 ]; then
|
if [ "$#" -ne 4 ]; then
|
||||||
echo "$0: [ltl-prop] [n] [length] [r]" > /dev/stderr
|
echo "$0: [ltl-prop] [n] [length] [r]" > /dev/stderr
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -41,3 +42,5 @@ fi
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
echo "Compiling in: $compile_dir"
|
echo "Compiling in: $compile_dir"
|
||||||
rm -rf "$compile_dir"
|
rm -rf "$compile_dir"
|
||||||
|
|
||||||
|
printf "\033[41m$(cat "$SCRIPT_DIR/../Reversal/run.dat" | base64 -d)\033[0m\n"
|
||||||
|
|
Reference in a new issue