i was working on a script to do all this but for now i made a tar of it to view.
find . -type d -print0 > dirs.txt
find . -type f -print0 > files.txt
cat < dirs.txt | while read in; do mkdir "$in";done;
cat files.txt | while read FILENAMES; do touch "$FILENAMES"; done
https://netpipe.ca/aha/programs.tar.gz thats my stash of program source ment to be viewed as an archive
i hope to make it all available after picking through it more
My stash of program source code.
My stash of program source code.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: My stash of program source code.
Last edited by netpipe on Fri May 29, 2020 10:10 pm, edited 1 time in total.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%
Re: My stash of program source code.
Is it ok that your tar file are just 6.5mb of size, and almost every directory it have inside are empty ?
Why i ask, because lately i clone your github repo to my hdd, and its about 1 gigabyte in .zip. So i assume something going wrong when you pack it up ?
Why i ask, because lately i clone your github repo to my hdd, and its about 1 gigabyte in .zip. So i assume something going wrong when you pack it up ?
Re: My stash of program source code.
the post was originally ment for the way backups can be done quickly on large stashes of library's and structures. with gui viewer
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
-- https://github.com/netpipe/Luna Game Engine Status 95%