Skip to content

Instantly share code, notes, and snippets.

View mckabue's full-sized avatar

Kabui Charles mckabue

View GitHub Profile
@mckabue
mckabue / Promise.cs
Created August 21, 2020 07:31 — forked from dbones/Promise.cs
C# Promises (again because i can), note this is not A+ standard, but functions similar to it
namespace Promise.CommandLine
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
class Program
{
static void Main(string[] args)
#!/bin/bash
# 1. Empty Trash (3.2GB)
rm -rf ~/.local/share/Trash/*
# 2. Clear yarn cache (9.5GB)
rm -rf ~/.cache/yarn
# 3. Clear pip cache (1.7GB)