2024-02-18 14:42:26

This commit is contained in:
Kai Kimera 2024-02-18 17:42:26 +03:00
parent 341f0e4f24
commit d2f4f7c62e
Signed by untrusted user: KaiKimera
GPG Key ID: 2C3384BCFF16E5D4
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Creating repository on GitHub.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Deleting repository on GitHub.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Updating repository topics on GitHub.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Transferring repository on GitHub.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash -e
#!/usr/bin/env -S bash -e
#
# Updating repository on GitHub.
#