5 lines
149 B
Nix
Raw Normal View History

2020-08-06 00:42:43 +04:00
{ bash, config, curl, ... }: ''
#!/usr/bin/env bash
echo '<span font="Material Icons">folder</span>' `df -h / | tail -1 | awk '{print $4}'`iB
''