6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
source "$DOTFILES_PATH/variables.bash"
|
|
|
|
mkdir -p "$IMG_PATH/.lock"
|