update shebang

pull/3/head
kevin zhuang 4 years ago
parent 92109656e7
commit 6467bb6213

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Main entry script for dotbare, used to route command to appropriate scripts
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# confirmaiton helper

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# helper functions to obtain git related information

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# search local file or directory taking consideration of optional dependency

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# check env variables and set default variables
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Stage the selected file to git bare repo
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# backup all tracked files
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# checkout files/commit/branches using fzf
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# interactive menu to select file/commit to edit
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# init the git bare repo
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# git log interactive viewer
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# unstage the selected staged file
# or reset the commit to certain point

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# stash operation using fzf
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# interactive git status menu
# allow staging ustaging actions

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# untrack selected files
#

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# run shellcheck against all scripts

Loading…
Cancel
Save