rex/sample/components/independent_test_1.bash

9 lines
135 B
Bash
Raw Normal View History

2023-02-17 08:21:24 +00:00
#!/usr/bin/bash
#
echo test from script
2024-02-08 20:04:52 +00:00
/usr/bin/dialog --title "This should be one argument" --inputbox "Enter your name:" 0 0
2023-02-17 08:21:24 +00:00
env