8 lines
136 B
Bash
Executable file
8 lines
136 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# gdb ./zig-out/bin/beansprout
|
|
./zig-out/bin/beansprout &
|
|
|
|
echo ">>>>> before foot"
|
|
/usr/bin/foot &
|
|
echo "<<<<< after foot"
|