5 lines
40 B
Bash
Executable File
5 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
echo db $1 $2 $3
|
|
db $1 $2 $3
|
|
|