This website requires JavaScript.
Explore
Help
Sign In
nortega
/
ceu-notes
Watch
1
Star
0
Fork
0
You've already forked ceu-notes
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ceu-notes
/
1
/
ISO
/
examenes
/
tema10-naortega
/
prob2.sh
9 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
Add ISO/examenes/tema10
2022-04-06 20:21:18 +02:00
#!/bin/bash
if
[
[
-n
$1
]
]
then
echo
$1
else
echo
"No hay argumentos."
fi
Add ISO/examenes/tema10
2022-04-08 17:59:49 +02:00
Reference in New Issue
Copy Permalink