index
:
advent-of-code-2020
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
prepare
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'prepare')
-rwxr-xr-x
prepare
2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare b/prepare
index 5595107..1702aa0 100755
--- a/
prepare
+++ b/
prepare
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-cd $(("$1"))
+cd ${1#0}
file="part$2.c"
if test -f "part$2_fast.c"
then