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