commit 89640a4
chld
·
2026-09-12 02:31:30 +0000 UTC
parent 0ec05ed
assemble.sh: make result executable
1 files changed,
+3,
-1
+3,
-1
1@@ -1,7 +1,7 @@
2 #!/bin/sh
3
4 f=dull.scm
5-echo > $f
6+echo "#!/bin/guile"> $f
7
8 for i in pkg cmd main
9 do
10@@ -14,3 +14,5 @@ do
11 exit 1
12 }
13 done
14+
15+chmod 755 dull.scm