Skip to content

Commit

Permalink
⚡: update and format bin scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
frissyn committed Jul 5, 2021
1 parent db11ee9 commit 7fff9d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/dist.sh → bin/dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function propmt_clear() {
echo -n "Clear the screen? >> "
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/test.sh → bin/test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function propmt_test() {
echo -n "Tests -- Script Name >> "
Expand Down

0 comments on commit 7fff9d9

Please sign in to comment.