File: 99-git-keeper

package info (click to toggle)
git-keeper 0.20251015.0
  • links: PTS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: python: 534; sh: 45; makefile: 9
file content (6 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
if [ -f /run/git-keeper.motd ]; then
    cat /run/git-keeper.motd
else
    echo "(git-keeper motd timer hasn't been triggered yet)"
fi