mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-18 20:37:22 +02:00
Compare commits
3 Commits
5f60c5cc25
...
dedd4914b2
Author | SHA1 | Date | |
---|---|---|---|
dedd4914b2 | |||
27100273c0 | |||
26642c7b2b |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,3 +22,6 @@
|
||||
[submodule "fineid/pyllyukko-fineid.md"]
|
||||
path = fineid/pyllyukko-fineid.md
|
||||
url = https://gist.github.com/a1ed6baa6b638b805a30b16960399e94.git
|
||||
[submodule "submodules/shell-things"]
|
||||
path = submodules/shell-things
|
||||
url = https://gitea.blesmrt.net/Mikaela/shell-things.git
|
||||
|
9
gayming/playstation2/.editorconfig
Normal file
9
gayming/playstation2/.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = false
|
||||
|
||||
[*]
|
||||
# See .gitattributes
|
||||
end_of_line = crlf
|
||||
|
||||
[*.{sh,bash}]
|
||||
# Not for PS2 consumption
|
||||
end_of_line = lf
|
6
gayming/playstation2/.gitattributes
vendored
Normal file
6
gayming/playstation2/.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# 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
|
15
gayming/playstation2/backup-ops2l-vmc.bash
Executable file
15
gayming/playstation2/backup-ops2l-vmc.bash
Executable file
@ -0,0 +1,15 @@
|
||||
#!/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
|
4
gayming/playstation2/etc/.editorconfig
Normal file
4
gayming/playstation2/etc/.editorconfig
Normal file
@ -0,0 +1,4 @@
|
||||
root = false
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
2
gayming/playstation2/etc/.gitattributes
vendored
Normal file
2
gayming/playstation2/etc/.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Not for PS2 consumption
|
||||
* text=auto eol=lf
|
1
gayming/playstation2/etc/samba/.gitignore
vendored
Normal file
1
gayming/playstation2/etc/samba/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
playstation2.conf
|
1
gayming/playstation2/etc/samba/README.md
Normal file
1
gayming/playstation2/etc/samba/README.md
Normal file
@ -0,0 +1 @@
|
||||
This is `/etc/samba/` and not for PS2 consumption itself
|
1
gayming/playstation2/etc/samba/playstation2.conf
Symbolic link
1
gayming/playstation2/etc/samba/playstation2.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../submodules/shell-things/etc/samba/playstation2.conf
|
1
submodules/shell-things
Submodule
1
submodules/shell-things
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6333883dc3cd32de4b71d507f513991f3d66866a
|
Loading…
x
Reference in New Issue
Block a user