error handling!!
This commit is contained in:
parent
a17d82f996
commit
a4faf2f38c
6 changed files with 53 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
alterName=$1
|
||||
message=$(<"/dev/stdin")
|
||||
message=$(cat /dev/stdin)
|
||||
|
||||
cat << EOF
|
||||
<div class="alter alter-${alterName}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue