11 lines
140 B
Plaintext
Executable File
11 lines
140 B
Plaintext
Executable File
#/bin/bash
|
|
#echo $argc
|
|
#echo $argv
|
|
GRAMAT="Mattias"
|
|
gramat="Granlund"
|
|
echo $GRAMAT
|
|
echo $gramat
|
|
echo $1
|
|
echo $gramat/$1_2
|
|
echo $GRAMAT/$1_2
|