4 lines
71 B
Bash
4 lines
71 B
Bash
|
|
#!/bin/sh
|
||
|
|
current_dir=$(dirname $(readlink -f $0))
|
||
|
|
$current_dir/cutest
|