Skip to content

Instantly share code, notes, and snippets.

@natsumerinchan
Last active April 13, 2023 12:42
Show Gist options
  • Save natsumerinchan/9227dbf19f0e96cec0450b428fe37d8f to your computer and use it in GitHub Desktop.
Save natsumerinchan/9227dbf19f0e96cec0450b428fe37d8f to your computer and use it in GitHub Desktop.
#!/bin/bash
set -eux
if [ ! "$1" ]; then
echo No text!
else
echo "$1"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment