Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scripts: Add srcurl
Add scripts/srcurl which is just a wrapper to src/mariux/md5repo.sh for
dumb people like me who keep forgetting that.

sudo /src/mariux/md5repo.sh "${1?usage: $0 filename}"
echo "Please use https url"
  • Loading branch information
donald committed Apr 27, 2022
1 parent 2241e43 commit 7452a63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/srcurl
@@ -0,0 +1,5 @@
#! /bin/bash

sudo /src/mariux/md5repo.sh "${1?usage: $0 filename}"
echo "Please use https url"

0 comments on commit 7452a63

Please sign in to comment.