You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

timer 221B

3 years ago
3 years ago
3 years ago
1234567891011
  1. #!/usr/bin/fish
  2. set command $argv[1]
  3. switch $command
  4. case "activity"
  5. /opt/activity/select_activity
  6. case "uniklinik"
  7. /opt/activity/activity 'Arbeit:Uniklinik Köln'
  8. case "end"
  9. /opt/activity/activity
  10. end