6 lines
103 B
Bash
Executable file
6 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SOURCE_DIR=$(dirname -- "${BASH_SOURCE[0]}")
|
|
|
|
OVERRIDE_SFW=1 $SOURCE_DIR/shuffle.sh
|
|
kitty
|