Dateiansicht:
| Datei: | Projekte -> Linux,Shell: Running Pengu (ASCII-Art) -> pengu.sh |
|---|---|
| md5: | bcf061707e189c7cabd09776790829b5 |
| sha1: | bcf4ed1a208be4f2aa9cbe6aa573f151fcbc0d41 |
| Download-Link: | Download |
- #!/bin/bash
- export TZ="Europe/Berlin"
- if [ -n "${1}" ]; then
- if [ "${1}" = "dance" ]; then
- export steps="dance";
- export time="";
- else
- export time="${1}";
- fi
- else
- export time="";
- fi
- shift;
- if [ -n "${1}" ]; then
- export steps="${1}";
- ts=1;
- else
- export steps="dance";
- ts=".5"
- fi
- watch --no-color -w -t -n $ts pengu.run