beansprout-custom/examples/init
2025-08-03 20:49:06 -05:00

9 lines
154 B
Bash
Executable file

#! /bin/sh
# gdb ./zig-out/bin/beansprout
./zig-out/bin/beansprout &
echo ">>>>> before foot"
/usr/bin/foot &
# /usr/bin/foot &
echo "<<<<< after foot"