This commit is contained in:
eli_oat 2022-09-06 16:48:37 -04:00
parent 0fc78e7bcd
commit 9e367452a8
3 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# sans-scripts
Useful utility scripts for the community of sans.s

2
chattytalkie Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
/usr/local/bin/weechat -r "/set irc.look.temporary_servers on; /connect irc://$(whoami)@localhost:6667/#general,#languages,#bots"

3
community Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
grep -E '1[0-9]{3}' "/etc/passwd" | grep 'home' | awk -F":" '{print $1}'