mirror of
https://git.themanaworld.org/mana/verse
synced 2026-08-16 04:23:07 -04:00
6 lines
65 B
Bash
Executable file
6 lines
65 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo 1: $1
|
|
echo 2: $2
|
|
echo 3: $3
|
|
echo 4: $4
|