1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

changing scripts slightly

This commit is contained in:
TiynGER
2020-05-04 10:53:44 +02:00
parent b61d3da860
commit 0130de12b4
9 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/zsh
#!/bin/bash
# for showing the diffs to the master branch of a git directory according to my suckless patch structure
# e.g. see dwm/st/etc

View File

@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/bash
# for merging all branches into the master branch of a git directory according to my suckless patch structure
# e.g. see dwm/st/etc