mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 22:51:06 +02:00
13 lines
158 B
Bash
13 lines
158 B
Bash
#!/bin/bash
|
|
|
|
CommandLine=$@
|
|
#set -x
|
|
|
|
echo $CommandLine
|
|
$CommandLine
|
|
echo "--------------------------------------------------"
|
|
echo "Press enter"
|
|
read
|
|
|
|
# end.
|