Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed May 22, 2024
1 parent 74b35ee commit a1188c4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
8 changes: 5 additions & 3 deletions services/bot-party-face/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,15 @@ function App() {

const handleClick = () => {
console.log('cick you me :)')
fetch('http://localhost:8000/drive')
fetch('http://localhost:9000/drive')


}


const handleArm = () => {
console.log('cick you me :)')
fetch('http://localhost:8000/arm')
fetch('http://localhost:9000/arm')
}

return (<div className="text-white">
Expand All @@ -238,7 +240,7 @@ function App() {
<div>- do something with arm</div>
<div>- jetson container</div>
<div>- zed camera</div>
<div>- </div>
<div>- map (cross section)</div>


{/* <div>nix setup?</div>
Expand Down
File renamed without changes.
Binary file added services/hooks-spine-rpc-log/fuck
Binary file not shown.
7 changes: 7 additions & 0 deletions services/hooks-spine-rpc-log/hooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"id": "redeploy-webhook",
"execute-command": "bash ~/hashirama/services/router-hacker",
"command-working-directory": "/var/webhook"
}
]
2 changes: 2 additions & 0 deletions services/hooks-spine-rpc-log/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env sh
./fuck -hooks hooks.json -verbose
1 change: 1 addition & 0 deletions services/router-hacker/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "hi"

0 comments on commit a1188c4

Please sign in to comment.