6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")" || exit 1
|
|
|
|
xinit ./_inside.sh
|