-
- [ ] [Perplexity CLI in pure shell](https://gist.github.com/rauchg/c5f0b1dc245ad95c593de8336aa382ac)
# Perplexity CLI in pure shell
## `p.sh`
```bash
#!/usr/bin/env bash
function p() {
local j…
-
Hi, I've created a shell script to reboot with windows, and I want to add a button in the greeter to do this. How can I link my button to the script please ?
Thanks !
-
I am new to this field, so forgive me if I sounds stupid.
In running the write.paper shell script, I am seeing the following error.
It is looking for a reference file: v4/HMP_MOCK.filter.fasta that i…
-
**Is your feature request related to a problem? Please describe.**
At the moment, instructlab is using a mix of tox, Makefile, shell scripts, and pre-commit for automation.
- [tox](https://tox.wik…
-
./eveadmin.sh start
./eveadmin.sh stop
./eveadmin.sh monitor
#!/bin/bash
THIS_FULLPATH=$(cd $(dirname "${BASH_SOURCE[0]}") && pwd -P)/$(basename "${BASH_SOURCE[0]}")
THIS_FOLDERPATH=$(cd …
-
Pi 5, up to date, 64 bits.
I’ve downloaded the unix-install shell scripts, put the rsudp one in ~ and the unix-install.sh in ~/bin.
Invoking either script ultimately results in the error:
Installing…
-
Instead of repeatedly shelling out to send commands to tmux, rmuxinator should build up a single script/series of commands and only shell out once.
This script can also be used to support a `debug`…
-
https://github.com/php/php-sdk-binary-tools/blob/b3d87e1487b9d303b5b122308cb95c4e7dd75497/bin/phpsdk_setshell.bat#L3-L7
I'm building a github actions script and want to use this script to select th…
-
I often write awk script, i use shell script schema for it, and i have a problem with regexp coloring, for example:
$0~/ Dissipation"/ {
printf"C[\"%s\"][\"DI\"]=[%s];\n",N,$2
}
From the " till next…
-
## Refs
- Shell Scripting Tutorial: https://www.shellscript.sh/index.html
- How to Compare Strings in Bash: https://linuxize.com/post/how-to-compare-strings-in-bash/
- RegEx: Find IP Addresses in…