5 lines
285 B
Bash
Executable file
5 lines
285 B
Bash
Executable file
#!/bin/sh
|
|
x-terminal-emulator -ls -title "Welcome to the world of darkness -#1#-" &
|
|
x-terminal-emulator -ls -title "Welcome to the cinema -#2#-" &
|
|
x-terminal-emulator -ls -title "Welcome to the paradis on earth -#3#-" &
|
|
x-terminal-emulator -ls -title "Welcome to the Universe -#4#-" &
|