remove existing

This commit is contained in:
2023-01-21 15:02:04 +01:00
parent cb3c15abbc
commit 98999336dc
33 changed files with 0 additions and 1546 deletions

View File

@@ -1,4 +0,0 @@
registry: git.front.kjuulh.io
plugins:
"kjuulh/char#plugins/gocli": {}
"kjuulh/char#plugins/rust": {}

View File

@@ -1,2 +0,0 @@
.char/plugins/
char

View File

@@ -1,21 +0,0 @@
#!/bin/bash
set -e
go build -o char ../../main.go
function devcharls() {
CHAR_DEV_MODE=true ./char ls 2&> /dev/null
}
function charls() {
./char ls 2&> /dev/null
}
echo "scratch"
time devcharls
echo ""
echo "ready"
time charls
echo ""

View File

@@ -1,7 +0,0 @@
#!/bin/bash
set -e
go build -o char ../../main.go
CHAR_DEV_MODE=true ./char ls

View File

@@ -1,13 +0,0 @@
#!/bin/bash
set -e
go build -o char ../../main.go
echo "base"
CHAR_DEV_MODE=true ./char do -h
echo
echo "--------"
echo "local_up"
CHAR_DEV_MODE=false ./char do local_up --fish something