mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-19 12:57:22 +02:00
Compare commits
No commits in common. "dedd4914b2601d9fefbe2d8768903e192cd6062c" and "5f60c5cc255234da5a2a88ec1c1aa084063e3819" have entirely different histories.
dedd4914b2
...
5f60c5cc25
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,6 +22,3 @@
|
|||||||
[submodule "fineid/pyllyukko-fineid.md"]
|
[submodule "fineid/pyllyukko-fineid.md"]
|
||||||
path = fineid/pyllyukko-fineid.md
|
path = fineid/pyllyukko-fineid.md
|
||||||
url = https://gist.github.com/a1ed6baa6b638b805a30b16960399e94.git
|
url = https://gist.github.com/a1ed6baa6b638b805a30b16960399e94.git
|
||||||
[submodule "submodules/shell-things"]
|
|
||||||
path = submodules/shell-things
|
|
||||||
url = https://gitea.blesmrt.net/Mikaela/shell-things.git
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
root = false
|
|
||||||
|
|
||||||
[*]
|
|
||||||
# See .gitattributes
|
|
||||||
end_of_line = crlf
|
|
||||||
|
|
||||||
[*.{sh,bash}]
|
|
||||||
# Not for PS2 consumption
|
|
||||||
end_of_line = lf
|
|
6
gayming/playstation2/.gitattributes
vendored
6
gayming/playstation2/.gitattributes
vendored
@ -1,6 +0,0 @@
|
|||||||
# Everything in SMB/OpenPS2Loader has crlf line endings and while I am unsure
|
|
||||||
# on whether it actually requires that, better safe than sorry. Their git
|
|
||||||
# uses lf though, but maybe that doesn't matter in source code.
|
|
||||||
* text=auto eol=crlf
|
|
||||||
# Not for PS2 consumption
|
|
||||||
*.bash text eol=lf
|
|
@ -1,15 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# This is just a simple script to backup VMCs in case something goes wrong
|
|
||||||
set -x
|
|
||||||
|
|
||||||
VMCDIR=~/PS2/VMC
|
|
||||||
BACKUPDIR=~/PS2-VMC-backups
|
|
||||||
|
|
||||||
mkdir -p $BACKUPDIR
|
|
||||||
# E.g. 2023-075TT1719, I don't think change of month matters and these are
|
|
||||||
# going to be small 8MB files anyway so seeing the age at glance is nice.
|
|
||||||
# WARNING: This doesn't handle DST switch althůgh I don't expect to be
|
|
||||||
# playing or running this script during the problem hours
|
|
||||||
cp -rv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)"
|
|
||||||
|
|
||||||
set +x
|
|
@ -1,4 +0,0 @@
|
|||||||
root = false
|
|
||||||
|
|
||||||
[*]
|
|
||||||
end_of_line = lf
|
|
2
gayming/playstation2/etc/.gitattributes
vendored
2
gayming/playstation2/etc/.gitattributes
vendored
@ -1,2 +0,0 @@
|
|||||||
# Not for PS2 consumption
|
|
||||||
* text=auto eol=lf
|
|
1
gayming/playstation2/etc/samba/.gitignore
vendored
1
gayming/playstation2/etc/samba/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
playstation2.conf
|
|
@ -1 +0,0 @@
|
|||||||
This is `/etc/samba/` and not for PS2 consumption itself
|
|
@ -1 +0,0 @@
|
|||||||
../../../../submodules/shell-things/etc/samba/playstation2.conf
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 6333883dc3cd32de4b71d507f513991f3d66866a
|
|
Loading…
x
Reference in New Issue
Block a user