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
4e85c05d7d
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 18:21:18 +00:00
#!/bin/bash
if
[
[
-n
$1
]
]
then
echo
$1
else
echo
"No hay argumentos."
fi
Add ISO/examenes/tema10
2022-04-08 15:59:49 +00:00
Reference in New Issue
Copy Permalink