Skip to content

Commit

Permalink
rename shell scripts to reflect their bash-ness
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnc committed Nov 19, 2022
1 parent e30533c commit 4c1061d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archive.sh → archive.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

name="liblithium-$(git describe)"

Expand Down
2 changes: 1 addition & 1 deletion release.sh → release.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -xe

Expand Down

0 comments on commit 4c1061d

Please sign in to comment.