Scripts

Sat Nov 28 08:12:40 AM PST 2020

So now I find myself refractoring the updating scripts and centralizing the process.

–> using in the tree structure lets you peer deeper.

Tue Dec 1 11:30:22 AM PST 2020

In the process of building the structure I wrote a quick script to stript the suffix off of my update scripts. It can be easily modified to do lots of things.

Restructured my Blog pages and rewrote all the scripts to do so as well.

I found out how easy it is to range files in a folder with zsh.

for file blahblahblah ; do done

I fixed my tmux script to check for the existence of the session before attempting to create and populate it.

Sat Nov 28 08:12:28 AM PST 2020

it looks like I deleted my blog scripts. I’ve been meaning to update my blog formant that’s ok. my next scripting project is to pull all the documents into my blog and compile the website.

I rebuilt my tmux launching script recently but I did not have it checking for the existence of the sessions. This morning I had to look it up. What I couldn’t remember was the ! in front of the -f flag. Now I can run the script and it will only try and launch sessions that don’t exist. -> I think this will be usefull because I often rename session I’m not using to ones I am. Now I can just rerun my script to get those sessions back. (which is nice)



Archive -->