6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/usr/bin/bash
|
|
set -e
|
|
COURSE=$1
|
|
git -C /home/tt/.cache/$COURSE-config pull
|
|
joj3-forge convert /home/tt/.config/joj
|