Skip to content

Instantly share code, notes, and snippets.

@hernandesbsousa
Created April 9, 2020 02:44
Show Gist options
  • Save hernandesbsousa/eeabbe892eceb87c12c8d4e71621bfe9 to your computer and use it in GitHub Desktop.
Save hernandesbsousa/eeabbe892eceb87c12c8d4e71621bfe9 to your computer and use it in GitHub Desktop.
Bitbar week number
#!/bin/bash
week_number=`date +%V`
echo "Week $week_number"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment