Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
hackwa committed May 14, 2020
1 parent 0f2f3ee commit a51b850
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions scripts/docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

docker pull ubuntu:18.04
docker run -dit --name=xrt -v ~/git:/opt/git ubuntu:18.04
docker attach
2 changes: 1 addition & 1 deletion scripts/nvidia
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ util=$(nvidia-smi | grep -E "\d*\%" | awk '{print $13}')
if [[ $util == '' ]]; then
util="off"
fi
echo "Geforce gtx 950M: $util"
echo "Geforce RTX 2070 : $util"
3 changes: 0 additions & 3 deletions scripts/uptime

This file was deleted.

1 change: 0 additions & 1 deletion suspend

This file was deleted.

0 comments on commit a51b850

Please sign in to comment.