updates
This commit is contained in:
4
private_dot_local/bin/executable_linesofcode
Normal file
4
private_dot_local/bin/executable_linesofcode
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cat "$1"/* | sed -e 's|//.*$||' -e 's|^[ \t]*||' | grep -v '^[ \t]*$' | awk '/\/\*/ {s=1} /\*\// && s==1 {s=0} !s' | grep -v '^.$' | grep -v '^..$' | grep -v '^...$' | wc -l
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[Context]
|
||||
devices=usb
|
||||
filesystems=xdg-documents/Arduino;/run/media/
|
||||
persistent=.arduino15;.arduinoIDE
|
||||
@@ -1,2 +1,2 @@
|
||||
[Context]
|
||||
filesystems=!xdg-download;!xdg-run/app/com.discordapp.Discord;!/run/media;!/mnt;!/media;~/projects/freenen/kladjes
|
||||
filesystems=!xdg-download;!xdg-run/app/com.discordapp.Discord;!/run/media;!/mnt;!/media;~/projects/
|
||||
|
||||
Reference in New Issue
Block a user