lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.25k stars 165 forks source link

tilda always has custom command from previous instance #485

Open jredfox opened 2 years ago

jredfox commented 2 years ago

tilda -c "bash '/home/jredfox/Desktop/test.sh'"

#!/bin/bash
set +v
echo -n -e "\033]0;Test App 1.0.0\007"
echo hello world
read -p "Press ENTER to continue..."
exit

press enter and then run tilda without any arguments it shows up with that command again............