• Sign in

Georg GH. Hopp / shell_tools · Files

Dogs2 white

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • shell_tools
  • tools
  • mailterms
  • initial checkin
    ce9adec2
    Georg Hopp authored
    2016-02-26 09:35:23 +0100  
    Browse Files »
mailterms 165 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
#!/bin/sh

source ${HOME}/.aliases
source ${HOME}/scripts/init/tools/gcal

test "X$(basename -- "$0")" = "Xmailterms" && mailterms "$@"

# vim: set ft=sh ts=4 sw=4: