]> git.plutz.net Git - confetti/commitdiff
switched #! line from zsh to sh
authorPaul Hänsch <paul@plutz.net>
Fri, 22 Jan 2021 23:41:47 +0000 (00:41 +0100)
committerPaul Hänsch <paul@plutz.net>
Fri, 22 Jan 2021 23:41:47 +0000 (00:41 +0100)
cards/edit_card.sh
cards/export_card.sh
cards/filter_card.sh
cards/new_card.sh
cards/update_card.sh
courses/edit_course.sh
courses/new_course.sh
courses/update_course.sh

index 61c58fe815c10cb456f5f9e3c73c4bd8d52c9c00..4239cc5968c03b5e58d11a96d0e0ae22f68de41f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 # Copyright 2019 Paul Hänsch
 #
index 5d57136c02554d930b58bb0870240fa603998405..bd73eb2978bb030995bd9e7fd07c4f3b75b9deda 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 # Copyright 2014, 2015, 2021 Paul Hänsch
 #
index 2b25acb8f5dca7f4377964883ce1dcbf738b7605..183278ffb94e96a0be465edef66baf9a48d45f7d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 # Copyright 2014, 2017, 2019 Paul Hänsch
 #
index edc7bc920edc9c087cb7c7c1dc8d8c9e6e22d7d0..db353e1a1943b4eb00c5daa6dfd36cd9815e6679 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 # Copyright 2014, 2019 Paul Hänsch
 #
index b80e5128c2af135f054ad8545d000a17953ddb43..4ae9c19dc3426eac411779585d9712f6d5ca5b74 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/zsh
+#!/bin/sh
 
-# Copyright 2014, 2016, 2019, 2020 Paul Hänsch
+# Copyright 2014, 2016, 2019, 2020, 2021 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
index ffe535128154eb4673d50b69f7e26580c004bbfd..3c0c54fc9dee25db23b6eb5fe0a4d5075865099e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 # Copyright 2014, 2019, 2020 Paul Hänsch
 #
index dc5c76bbedc417f16323c6d2b5f8b555b7d7d6f3..362752dbb2a70cdd8deb1ec87cac38c1524374fd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/sh
 
 # Copyright 2014, 2021 Paul Hänsch
 #
index f2b4e18af0ab1629c596182ca1ccd073278b27bb..d76e43ae0b6555f17b3048bcf371df07ebeefa22 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/zsh
+#!/bin/sh
 
-# Copyright 2014, 2015, 2020 Paul Hänsch
+# Copyright 2014, 2015, 2020, 2021 Paul Hänsch
 #
 # This file is part of Confetti.
 #