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