9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo $(date '+%a, %b %d %I:%M %p')
|
|
|
|
case $BLOCK_BUTTON in
|
|
1) gsimplecal ;;
|
|
*) ;;
|
|
esac
|