Skip to content

Commit

Permalink
Merge pull request #30 from 18fadly-anthony/main
Browse files Browse the repository at this point in the history
Fix Shabangs in ptCp.sh and ptRm.sh
  • Loading branch information
jszczerbinsky authored May 14, 2021
2 parents b57d2d7 + 6794d13 commit 737685c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ptCp.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

source ~/.local/share/ptSh/config
test -f ~/.config/ptSh/config && source ~/.config/ptSh/config
Expand Down
2 changes: 1 addition & 1 deletion src/ptRm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

source ~/.local/share/ptSh/config
test -f ~/.config/ptSh/config && source ~/.config/ptSh/config
Expand Down

0 comments on commit 737685c

Please sign in to comment.