This website works better with JavaScript.
Explore
Help
Sign In
crystal-linux-mirror
/
jade_gui
mirror of
https://github.com/crystal-linux/jade_gui.git
Watch
1
Star
0
Fork
You've already forked jade_gui
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3e4b13f50d
libadwaita-rewrite
development
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3e4b13f50d'
${ noResults }
jade_gui
/
scripts
/
getPartitions.sh
3 lines
90 B
Bash
Raw
Blame
History
#!/usr/bin/bash
lsblk -pdo name
|
grep -v zram
|
grep -v NAME
|
grep -v loop
|
grep -v sr
Reference in New Issue
View Git Blame
Copy Permalink